Skip to content

Bump the minor-patch group across 1 directory with 8 updates#840

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-patch-e869990937
Closed

Bump the minor-patch group across 1 directory with 8 updates#840
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-patch-e869990937

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the minor-patch group with 8 updates in the / directory:

Package From To
com.sap.cloud.sdk:sdk-bom 5.27.0 5.30.0
org.junit:junit-bom 6.0.3 6.1.0
org.apache.maven.plugins:maven-enforcer-plugin 3.6.2 3.6.3
com.diffplug.spotless:spotless-maven-plugin 3.4.0 3.5.1
software.amazon.awssdk:s3 2.42.33 2.44.9
software.amazon.awssdk.crt:aws-crt 0.44.0 0.45.4
com.azure:azure-storage-blob 12.33.3 12.34.0
com.google.cloud:google-cloud-storage 2.66.0 2.68.0

Updates com.sap.cloud.sdk:sdk-bom from 5.27.0 to 5.30.0

Release notes

Sourced from com.sap.cloud.sdk:sdk-bom's releases.

Release 5.30.0

What's Changed

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • [OpenAPI] In Apache HttpClient generator, file upload parameters are now pinned to type java.io.File, unmodifiable with <typeMappings> in generator configuration.

✨ New Functionality

📈 Improvements

  • Enable Retry behavior for HttpClient5 instances, to mirror legacy behvior for HttpClient4: 1 retry with 1s delay for response codes 429 (Too Many Requests) and 503 (Service Unavailable).

All Commits

New Contributors

Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.30.0

Release 5.29.0

What's Changed

... (truncated)

Commits
  • 872aacf Update to version 5.30.0
  • 0abcdf9 feat: expose slowCallDurationThreshold in CircuitBreakerConfiguration (#1153)
  • 58e368d chore: [DevOps] bump the production-minor-patch group with 19 updates (#1164)
  • 468661b chore: [DevOps] bump slackapi/slack-github-action from 3.0.1 to 3.0.2 in the ...
  • 033be69 chore: [DevOps] bump the production-minor-patch group with 18 updates (#1161)
  • 265bb3d fix: [OpenAPI] Pin file upload parameter to File type (#1160)
  • d5d3dfd chore: Enhance HttpClient5 Retry-Strategy for 429 and 503 responses (#1009)
  • 432c829 fix: JavaDoc PR link in prepare-release workflow (#1159)
  • bed1833 Release 5.29.0 (#1158)
  • 88ea17d chore: [DevOps] bump the production-major group across 1 directory with 2 upd...
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 6.0.3 to 6.1.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0...r6.1.0-M1

Commits

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3

Release notes

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

3.6.3

🚀 New features and improvements

  • Make bannedDependencies report root and transitive dependency in case both are banned. (#940) @​hvoynov
  • Add enforceBytecodeVersion rule based on mojohaus (#968) @​cstamas
  • Improve formatting of deprecated API warning (#951) @​mthmulders

🐛 Bug Fixes

📝 Documentation updates

  • Document the banMavenDefaults option for the requirePluginVersions rule. (#936) @​rpkrajewski

👻 Maintenance

📦 Dependency updates

Commits
  • c7daff3 [maven-release-plugin] prepare release enforcer-3.6.3
  • ee46e78 Make bannedDependencies report root and transitive dependency in case both ar...
  • 0806924 Document the banMavenDefaults option for the requirePluginVersions rule. (#936)
  • 8e4f5b9 Add better enforceBytecodeVersion rule based on mojohaus (#968)
  • fd4b148 Add fix for 21.0.10.0.1 issue (#967)
  • f32d597 Deps: Parent POM 48 and align deps (#979)
  • df0f2a6 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#976)
  • 2da7a68 Add null checks for modelId in PluginWrapper
  • 91eb4d9 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#975)
  • b622245 Bump mavenVersion from 3.9.14 to 3.9.15 (#973)
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.1

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v3.5.1

Fixed

  • <licenseHeader> with <yearMode>SET_FROM_GIT</yearMode> no longer runs git log through a shell, eliminating a shell-injection vector when formatting files whose names contain shell metacharacters.
  • Bump transitive plexus-utils 4.0.2 -> 4.0.3 to address CVE-2025-67030. (#2919)

Maven Plugin v3.5.0

Added

  • <scalafmt> now reads the version from the version field in the scalafmt config file when no <version> is explicitly set, falling back to the built-in default only if neither is available. (#2922)
  • Add <toml> format type with <versionCatalog> step for formatting and sorting Gradle version catalog files. (#2916)
  • Add <javaparserVersion> option to <cleanthat>, allowing users to override the JavaParser version pulled in transitively by Cleanthat. (#2903)
  • Add a expandWildcardImports API for java (#2829)

Fixed

  • Preserve case of JDBI named bind params that collide with SQL keywords (e.g. :limit, :offset) in the DBeaver SQL formatter. (#2899)
  • The -Dspotless.ratchetFrom=... user property now takes priority over <ratchetFrom> configured in the plugin or in individual formatters, instead of being overridden by them. (#2896, fixes #2842)
  • Fix non-idempotent formatting when importOrder() is combined with greclipse(): a single catch-all group no longer strips blank lines that greclipse() independently inserted between import groups. (#2914)

Changes

  • Fix expandWildcardImports failing on JDK XML types such as org.xml.sax.InputSource. (#2921)
  • Use Eclipse JDT's collator-based comparison when sorting Java members to better match Eclipse save actions. (#2920)
  • Bump default cleanthat version 2.24 -> 2.25. (#2903)
  • Bump default eclipse-jdt version from 4.35 to 4.39. (#2912)
Commits

Updates software.amazon.awssdk:s3 from 2.42.33 to 2.44.9

Updates software.amazon.awssdk.crt:aws-crt from 0.44.0 to 0.45.4

Release notes

Sourced from software.amazon.awssdk.crt:aws-crt's releases.

[fix] h2 double complete

What's Changed

Full Changelog: awslabs/aws-crt-java@v0.45.3...v0.45.4

latest s2n

What's Changed

Full Changelog: awslabs/aws-crt-java@v0.45.2...v0.45.3

v0.45.2

What's Changed

Full Changelog: awslabs/aws-crt-java@v0.45.1...v0.45.2

v0.45.1

What's Changed

Full Changelog: awslabs/aws-crt-java@v0.45.0...v0.45.1

v0.45.0

What's Changed

Full Changelog: awslabs/aws-crt-java@v0.44.0...v0.45.0

Commits

Updates com.azure:azure-storage-blob from 12.33.3 to 12.34.0

Release notes

Sourced from com.azure:azure-storage-blob's releases.

com.azure+azure-storage-blob_12.34.0

12.34.0 (2026-05-14)

Features Added

  • Added support for specifying a source customer-provided encryption key when using AppendBlobClient.appendBlockFromUrl(), BlockBlobClient.stageBlockFromUrl(), BlockBlobClient.uploadFromUrl(), and PageBlobClient.uploadPagesFromUrl() APIs.
  • Added support for AccessTierIfModifiedSince and AccessTierIfUnmodifiedSince to conditionally perform BlobClient.delete operations.
  • Added support for missing SKU names STANDARD_GZRS, STANDARD_RAGZRS and PREMIUM_ZRS when using getAccountInfo() API.
  • Added support for error code INCREMENTAL_COPY_OF_EARLIER_SNAPSHOT_NOT_ALLOWED. This replaces INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED which has been deprecated.
  • Added support for Dynamic User Delegation SAS.
  • Added cross-tenant support for principal bound delegation SAS.
  • Added support for service version 2026-04-06.

Other Changes

Dependency Updates

  • Upgraded azure-storage-internal-avro from 12.18.3 to version 12.19.0.
  • Upgraded azure-storage-common from 12.32.3 to version 12.33.0.

com.azure+azure-storage-blob_12.33.4

12.33.4 (2026-05-05)

Other Changes

Dependency Updates

  • Upgraded azure-storage-internal-avro from 12.18.2 to version 12.18.3.
  • Upgraded azure-core from 1.57.1 to version 1.58.0.
  • Upgraded azure-core-http-netty from 1.16.3 to version 1.16.4.
  • Upgraded azure-storage-common from 12.32.2 to version 12.32.3.
Commits

Updates com.google.cloud:google-cloud-storage from 2.66.0 to 2.68.0

Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.68.0 (2025-06-04)

Dependencies

  • update dependency com.google.cloud:sdk-platform-java-config to v3.49.0 (#11603) (3ea506d)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.sap.cloud.sdk:sdk-bom](https://github.com/SAP/cloud-sdk-java) | `5.27.0` | `5.30.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.2` | `3.6.3` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.4.0` | `3.5.1` |
| software.amazon.awssdk:s3 | `2.42.33` | `2.44.9` |
| [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java) | `0.44.0` | `0.45.4` |
| [com.azure:azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) | `12.33.3` | `12.34.0` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/google-cloud-java) | `2.66.0` | `2.68.0` |



Updates `com.sap.cloud.sdk:sdk-bom` from 5.27.0 to 5.30.0
- [Release notes](https://github.com/SAP/cloud-sdk-java/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-java/blob/main/release_notes.md)
- [Commits](SAP/cloud-sdk-java@rel/5.27.0...rel/5.30.0)

Updates `org.junit:junit-bom` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.4.0 to 3.5.1
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/3.4.0...maven/3.5.1)

Updates `software.amazon.awssdk:s3` from 2.42.33 to 2.44.9

Updates `software.amazon.awssdk.crt:aws-crt` from 0.44.0 to 0.45.4
- [Release notes](https://github.com/awslabs/aws-crt-java/releases)
- [Commits](awslabs/aws-crt-java@v0.44.0...v0.45.4)

Updates `com.azure:azure-storage-blob` from 12.33.3 to 12.34.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@com.azure+azure-storage-blob_12.33.3...com.azure+azure-storage-blob_12.34.0)

Updates `com.google.cloud:google-cloud-storage` from 2.66.0 to 2.68.0
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/java-document-ai/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits)

---
updated-dependencies:
- dependency-name: com.sap.cloud.sdk:sdk-bom
  dependency-version: 5.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.44.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: software.amazon.awssdk.crt:aws-crt
  dependency-version: 0.45.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: com.azure:azure-storage-blob
  dependency-version: 12.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 26, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/maven/minor-patch-e869990937 branch May 29, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants